<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    font-family: 'Microsoft Yahei', 'PingFangSC-Regular', sans-serif;
    color: #333;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}

  </pre></body></html>